createStatus
Creates a status message with the given code and message.
Return
A Status object containing the provided code and message.
Parameters
code
The status code to set.
message
The status message to set.
Creates a status message with the given code and message.
A Status object containing the provided code and message.
The status code to set.
The status message to set.